Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-db
→
Class AdapterAwareInterface
Interface AdapterAwareInterface
Summary
Fully Qualified Name:
Zend\Db\Adapter\AdapterAwareInterface
Description
Methods
Name
Description
Defined By
setDbAdapter()
Set db adapter
AdapterAwareInterface
Method Details
setDbAdapter()
Set db adapter
Parameter Name
Type
Description
$adapter
\Adapter
Returns: \AdapterAwareInterface
Top